Notes/Domino Fix List
 |  |
SPR # MLEE63XUYV | Fixed in 6.0.5 release |  |



Product Area: Server Technical Area: Serviceability Platform: AIX; Unix
Lotus Customer Support APAR: LO03780

SPR# MLEE63XUYV - The error message "Core file for the program xxx doesn't match the existing process" was received when executing an NSD on the AIX platform. The NSD did not parse the dbx output correctly.

Technote Number: 1177680

Problem:
This issue was reported to Quality Engineering as SPR #MLEE63XUYV and has been
fixed in release 6.0.5 and 6.5.4.
Excerpt from the Lotus Notes and Domino Release 6.0.5 / 6.5.4 MR fix list
(available at http://www.ibm.com/developerworks/lotus):
SPR# MLEE63XUYV - The error message "Core file for the program xxx doesn't
match the existing process" was received when executing an NSD on the AIX
platform. The NSD did not parse the dbx output correctly.
To resolve this issue, the nsd script can be changed from this:
_core_prog=`(cd $NSD_TMPDIR/$$; echo quit | dbx core 2>&1) | grep Core | sed
's;[()]; ;g;' | $AWK '{print $4}'`
to this:
_core_prog=`(cd $NSD_TMPDIR/$$; echo quit | dbx core 2>&1) | grep Core | sed
's;[()""]; ;g;' | $AWK '{print $6}'` More >


Last Modified on 12/08/2013
Go back
 |